home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / CRITBFLG.MEX < prev    next >
Text File  |  1996-09-07  |  361b  |  17 lines

  1. #include <max.mh>
  2.  
  3. void someDumbFunction () {
  4.   print ("Hello world");                        //!@$!@#$!#@!!ing Mex bugs....
  5.   print ("ABCDEFGHIJKLMNOPQRSTUVWXYZ");
  6.   }
  7.  
  8. #include "callers.mh"
  9. #include "flags.mh"
  10.  
  11. int main () {
  12.   read_callers ();
  13.   callers.criteria.bad_flags := edit_flags (callers.criteria.bad_flags);
  14.   write_callers ();
  15.   }
  16.  
  17.